home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005 / CHIP Utilities 2005.iso / boot / menus / mboard2.scn < prev    next >
Encoding:
Text File  |  2005-01-19  |  4.2 KB  |  70 lines

  1. #
  2. # Mainboard Tools #2
  3. #
  4. mainboard2_menu:
  5. set textColor = color[white on black]
  6. clear
  7. set textColor = color[yellow on blue]
  8. print "                            ULTIMATE BOOT CD VER 3.2                            "
  9. print "                         http://www.ultimatebootcd.com/                         "
  10. print "                                                                                "
  11. set textColor = color[white on red]
  12. print "                             [Mainboard Tools 2/2]                              "
  13. set textColor = color[white on cyan]
  14. print "                                                                                "
  15. set textColor = color[yellow on cyan]
  16. print " CPU Information                                                                "
  17. set textColor = color[white on cyan]
  18. print " [F1] Intel Processor Frequency ID V7.2.20041115                                "
  19. print "                                                                                "
  20. set textColor = color[yellow on cyan]
  21. print " System Information                                                             "
  22. set textColor = color[white on cyan]
  23. print " [F2] AIDA16 V2.14                      [F6] PCISniffer V1.3                    "
  24. print " [F3] NSSI V0.58.6                      [F7] PCI V0.49B                         "
  25. print " [F4] PC-Config V9.33                   [F8] CTIA V2.1                          "
  26. print " [F5] ASTRA V4.21 (Demo)                                                        "
  27. print "                                                                                "
  28. set textColor = color[yellow on cyan]
  29. print " Benchmark Applications                                                         "
  30. set textColor = color[white on cyan]
  31. print " [F9] System Speed Test 32 V4.78         [2] CPU Benchmark                      "
  32. print "  [1] 3D Benchmark VGA V1.0              [3] CD Index V1.1                      "
  33. print "                                                                                "
  34. set textColor = color[yellow on cyan]
  35. print " BIOS Utilities                                                                 "
  36. set textColor = color[white on cyan]
  37. print "  [4] BIOS V1.34.0                       [7] CMOSPWD V4.4                       "
  38. print "  [5] Uniflash V1.38                     [8] !BIOS V3.20                        "
  39. print "  [6] WipeCMOS V1.2                                                             "
  40. print "                                                                                "
  41. set textColor = color[white on blue]
  42. print "             Please select an item (ESC to return to previous menu)             "
  43. set textColor = color[white on black]
  44.  
  45. #
  46. # Actions
  47. #
  48. getkey 500 script boothdd0.scn
  49. clear
  50. if ($lastKey == key[f1]); then bcdw \images\freedos.img \dosapps\intelfid\startup.bat
  51. if ($lastKey == key[f2]); then bcdw \images\freedos.img \dosapps\aida16\startup.bat
  52. if ($lastKey == key[f3]); then memdisk \images\nssi.igz
  53. if ($lastKey == key[f4]); then bcdw \images\freedos.img \dosapps\pcconfig\startup.bat
  54. if ($lastKey == key[f5]); then bcdw \images\freedos.img \dosapps\astra\startup.bat
  55. if ($lastKey == key[f6]); then diskemu \images\pcisniff.img
  56. if ($lastKey == key[f7]); then bcdw \images\freedos.img \dosapps\pci\startup.bat
  57. if ($lastKey == key[f8]); then bcdw \images\freedos.img \dosapps\ctia\startup.bat
  58. if ($lastKey == key[f9]); then bcdw \images\freedos.img \dosapps\sst\startup.bat
  59. if ($lastKey == key[1]); then bcdw \images\freedos.img \dosapps\3dbench\startup.bat
  60. if ($lastKey == key[2]); then bcdw \images\freedos.img \dosapps\bench\startup.bat
  61. if ($lastKey == key[3]); then bcdw \images\freedos.img \dosapps\cdindex\startup.bat
  62. if ($lastKey == key[4]); then bcdw \images\freedos.img \dosapps\bios\startup.bat
  63. if ($lastKey == key[5]); then bcdw \images\freedos.img \dosapps\uniflash\startup.bat
  64. if ($lastKey == key[6]); then bcdw \images\freedos.img \dosapps\wipecmos\startup.bat
  65. if ($lastKey == key[7]); then bcdw \images\freedos.img \dosapps\cmospwd\startup.bat
  66. if ($lastKey == key[8]); then bcdw \images\freedos.img \dosapps\xbios\startup.bat
  67. if ($lastKey == key[esc]); then script mboard.scn
  68. goto mainboard2_menu
  69.  
  70.